home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / SAWIN95 / README.TXT < prev    next >
Text File  |  1996-11-02  |  3KB  |  63 lines

  1. PLEASE READ THIS ENTIRE FILE BEFORE USING THE FILES FROM THIS ARCHIVE
  2.  
  3. This package contains five Delphi 2.0 components:
  4.  
  5. TNonVisualWindowed    Component that adds a window handle and all the message 
  6.             handling support windowed components have to non-
  7.             visual components. Used as the basis for the TTrayIcon
  8.             component.
  9.             
  10. TTrayIcon        Completely configurable tray-icon component. Supports
  11.             16x16 icons.
  12.  
  13. TCheckListBox        Component that allows you to select items with checkboxes
  14.             Every checkboxstyle (win30, win31, win95) is supported. 
  15.             Includes an items editor that allows you to check and uncheck
  16.             items at design time.
  17.             (This component compiles fine in Delphi 1.0 as well)
  18.  
  19. TAnimation        Component that wraps the Animation component in Windows 95.
  20.             Specify any silent AVI movie and it plays it. Includes the 
  21.             eight predefined AVI animations from Shell32.dll (set the
  22.             AVIFileName property to 1, 2, 3, 4, 5, 6, 7 or 8).
  23.             
  24. TSysHotKey        Allows you to trap keys pressed in any Windows program (even
  25.             the Windows Logo key). Check out the example program HKDemo.
  26.  
  27.  
  28. You can register the components by adding SAWin95.pas to your component palette.
  29.  
  30. There is no documentation yet. Most components are pretty self-explanatory.
  31. I'm still working on the helpfiles. When available they'll be uploaded here
  32. as well.
  33.  
  34. Sorry about the following, but it seems to be necessary:
  35.  
  36. THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS
  37. "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 
  38. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
  39. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL 
  40. DAVID E. NAUMOWICZ BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT,
  41. INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL
  42. DAMAGES, EVEN IF DAVID E. NAUMOWICZ HAS BEEN ADVISED OF THE POSSIBILITY OF
  43. SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF
  44. LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING
  45. LIMITATION MAY NOT APPLY.
  46.  
  47.  
  48. You're free to use these components in your programs and you're NOT obligated
  49. to mention my name when you distribute or sell your program. The only thing
  50. you may not do is redistribute these components pretending you wrote them. 
  51. If you'd like other to have a copy, give them this entire zipfile.
  52.  
  53. For questions, remarks, thank you notes, flames or all other stuff you'd like
  54. to talk to me about, contact me at
  55.  
  56. arjen@shear.iaf.nl or ab@nedap.nl.
  57.  
  58.  
  59. Arjen Broeze
  60. SheAr software
  61. the Netherlands
  62.  
  63. 11/2/96